home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / e / mailinglists / amigae.0793july.archive / 000088_crash!cup.port….com!Politikill_Tue, 27 Jul 93 16:15:25 PST.msg < prev    next >
Internet Message Format  |  1994-05-26  |  3KB

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Tue, 27 Jul 93 16:15:25 PST
  3. Received: from nova.unix.portal.com by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #15) id m0oKuMJ-00002NC; Tue, 27 Jul 93 12:06 PDT
  5. Received: by nova.unix.portal.com (5.65b/4.1 1.383) 
  6.     id AA01268; Tue, 27 Jul 93 12:10:41 -0700
  7. Received: from hobo  by portal.unix.portal.com (1.685) 
  8.     id AA06062; Tue, 27 Jul 93 12:10:38 -0700
  9. Received: by hobo.corp.portal.com (4.1/4.0.3 1.68) 
  10.     id AA11541; Tue, 27 Jul 93 12:10:37 PDT
  11. Return-Path: <Politikill@cup.portal.com>
  12. Lines: 44
  13. Date: Tue, 27 Jul 93 12:10:36 PDT
  14. Message-Id: <9307271210.2.22837@cup.portal.com>
  15. X-Origin: The Portal System (TM)
  16. From: Politikill@cup.portal.com
  17. To: AmigaE@bkhouse.cts.com
  18. Subject: Re: CHIP specifier
  19.  
  20. >>
  21. >> I would also greatly appreciate a chip specifier. What are
  22. >> the advantages of storing this sort of data in a separate
  23. >> file? IMO, it only creates problems for the end-user when
  24. >> they come to copy your product to their hard disk or
  25. >> whatever.
  26. >>
  27. >> Why not give the compiler a command-line option to
  28. >> incorporate graphics/sound files into the finished
  29. >> program. E could give the program a pointer to a
  30. >> structure which tells it where the memory is etc. In this
  31. >> way, Amiga E could achieve a 'memory bank' type operation
  32. >> which is what has helped AMOS become so incredibly
  33. >> popular. What do you think Wouter? Is this feasible?
  34. >
  35. >I requested this when E first came out (remember Wouter?) and _still_
  36. >think its a good idea.
  37.  
  38.  
  39.     I think this is a good idea, but would rather wait for it if it would
  40. delay 2.5. Let it come out later in 2.6 or something. This could also be
  41. accomplished now in the style of EPP with an external program. It would
  42. probably require a small module/lib to be made, and the info could be
  43. UUencoded into text, stuck into the code as an argument (a very LONG argument
  44. at that!) to a function which would decode and load it into memory, where E
  45. could access it. A kind of LINKER. It shouldn't take up more space than have
  46. EC code it in some proprietary way. Someone would just have to implement a way
  47. of UUencoding it into text, so EC doesn't choke on it. All the LINKs would be
  48. put at the end of the code before it was compiled. 
  49.  
  50. Whatcha think?
  51.  
  52.  / / /
  53. /_/_/iZ
  54.  
  55. MODULE 'WiZkId'
  56. PROC main()
  57.   wizkid.inetaddress:='Politkill@cup.portal.com'
  58.   wizkid.realname:='Jeffrey J Peden ]['
  59. ENDPROC
  60.  
  61.  
  62. *-- GammaTag Version 2.8 --*
  63. *-- Yeah, but what's the speed of DARK?